b292fcf6a588aa70c91937228fddeb49376ce35e,modules/util/deployment-helper/src/main/java/com/liferay/deployment/helper/DeploymentHelper.java,DeploymentHelper,main,#String[]#,53
Before Change
String deploymentPath = null;
if (commandLine.hasOption("path")) {
deploymentPath = commandLine.getOptionValue("path");
}
else {
deploymentPath = "";
After Change
String deploymentFileNames = commandLine.getOptionValue(
"fileNames");
String deploymentPath = commandLine.getOptionValue("path", "");
String outputFileName = commandLine.getOptionValue("outputFile");
new DeploymentHelper(